home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / UNIXTOOL / MEMACS / Cmd / EhelpTxt < prev    next >
Text File  |  1991-06-15  |  5KB  |  189 lines

  1.     [ENTER]    Picks a topic      [PG UP] Last Screen        Cursor keys
  2.       [F10]    Exit Help    [PG DOWN] Next Screen        are active
  3.         [I]    Index           [HOME] Main Menu
  4. < >
  5. =>Main Menu
  6. NEXT[The Basics] PREV[Main Menu]
  7.  
  8.  
  9.  
  10.     < > The Basics            < > Modes of Operation
  11.  
  12.     < > Searching and Replacing    < > Advanced Text Editing
  13.  
  14.     < > Regions            < > Formating Your Text
  15.  
  16.     < > Cutting and Pasting        < > Getting at Files
  17.  
  18.     < > Buffers            < > The Outside World
  19.  
  20.     < > Windows            < > Customizing Command Keys
  21.  
  22.     < > Screens            < > Creating Your own Commands
  23.  
  24.  
  25.  
  26.  
  27. =>The Basics    
  28. NEXT[Alternative Basic Keys] PREV[Main Menu]
  29.     
  30.     MicroEMACS is a very powerfull tool to use for editing text files.
  31.     It has MANY MANY commands, options and features to let you do just
  32.     about anything you can imagine with text.  But don't let this
  33.     apparent complexity keep you from using it.... MicroEMACS can also
  34.     be very simple.
  35.  
  36.     To start editing files, all the keys you really need to know are:
  37.  
  38.           [CSR UP]        These keys let you move
  39.              |            around in the your file
  40.      [CSR <-]  <--->  [CSR ->]
  41.              |
  42.          [CSR DOWN]
  43.  
  44.            [F9]         This saves your file
  45.  
  46.            [F10]        This leaves MicroEMACS
  47.  
  48.                         [RET] for other basic keys
  49. =>Alternative Basic Keys
  50. NEXT[Glossary of Terms] PREV[The Basics]
  51.  
  52.     On systems that do not have special function and cursor keys,
  53.     MicroEMACS works by using control keys.  On such a system these
  54.     keys perform basic functions:
  55.  
  56.         ^P        Move upward
  57.     ^B            Move backward
  58.             ^F    Move forward 
  59.         ^N        Move downward
  60.  
  61.         ^X^S        Saves your file
  62.  
  63.         ^X^C        Exits MicroEMACS
  64.  
  65.     An up arrow before the key means to hold the CTRL key down and
  66.     press the next character. For example, to exit MicroEMACS, hold
  67.     down the CTRL key and strike X and then C.
  68.  
  69.     Press [RET] to learn about the terms used within MicroEMACS
  70.  
  71.  
  72. =>Glossary of Terms
  73. NEXT[Glossary 2] PREV[Alternative Basic Keys]
  74.  
  75.     MicroEMACS uses a number of defined terms which will help you
  76.     understand the rest of this help document.
  77.  
  78.     < > COMMANDS    These are built in functions that represent
  79.             basic things that MicroEMACS does.  For example,
  80.             the cursor up key activates the "previous-line"
  81.             command which moves the cursor up to the line
  82.             of text immedietly before the current line.
  83.  
  84.     < > BINDINGS    A binding is a link between a sequence of keys
  85.             and a command.  The command previous-line is bound
  86.             to the cursor up key, and to the ^P key. Pressing
  87.             a key sequence causes the command to which it is
  88.             bound to execute.
  89.  
  90.  
  91.  
  92.                     [PG DN] for more terms
  93.                         Select term for more info
  94. =>Glossary 2
  95. NEXT[Glossary 3] PREV[Glossary of Terms]
  96.  
  97.     < > META KEY    is the key used to start many commands.  On most
  98.             keyboards this is the [ESC] key, but many times
  99.             it is rebound/changed to the key in the upper
  100.             left corner of the keyboard.  This is often the
  101.             grave accent symbol.
  102.  
  103.     < > BUFFER        This is an area of memory set aside to hold some
  104.             text.  Each buffer has a buffer name which is used
  105.             to refer to it, and a file name from which it has
  106.             been read or where it will be written.
  107.  
  108.     < > WINDOW        a section of the current screen which displays a
  109.             portion of a buffer.  More than one window may be
  110.             visible at a time.  Multiple windows split the
  111.             screen horizontally.
  112.  
  113.  
  114.                     [PG DN] for more terms
  115.                         Select term for more info
  116. =>Glossary 3
  117. NEXT[Glossary 4] PREV[Glossary 2]
  118.  
  119.     < > SCREEN        a collection of windows.  On a older text style
  120.             system, one screen is displayed at a time.  On
  121.             a newer window based system, like OS/2, the
  122.             Macintosh or MicroSoft Windows, each operating
  123.             system window can display a different MicroEMACS
  124.             screen.
  125.  
  126.     < > MODE LINE    is the line at the bottom of each window naming
  127.             the buffer being displayed, along with its file
  128.             name. Also the active modes of the window are shown.
  129.  
  130.     < > COMMAND LINE    is the line at the bottom of the current screen
  131.             where you give more information to some commands.
  132.  
  133.  
  134.  
  135.  
  136.                     [PG DN] for more terms
  137.                         Select term for more info
  138. =>Glossary 4
  139. NEXT[Glossary 5] PREV[Glossary 3]
  140.  
  141.     < > MACROS        are programs written in the MicroEMACS language
  142.             which let you automate repetative editing tasks.
  143.             These help pages are being run by a ralatively
  144.             simple, but powerful MicroEMACS macro.
  145.  
  146.     < > KEYBOARD MACROES
  147.  
  148.             These are remembered sequences of keystrokes which
  149.             can be used to greatly speed quick and dirty repatative
  150.             editing.
  151.  
  152.     < > PAGES        These are groups of macroes which have been written
  153.             to handle a particular editing task, and which have
  154.             been packaged to be available from the MicroEMACS
  155.             startup file.  These macroes are bound to shifted
  156.             function keys.
  157.  
  158.                     [PG DN] for more terms
  159.                         Select term for more info
  160. =>Modes of Operation
  161. NEXT[Main Menu] PREV[Main Menu]
  162.  
  163.  
  164.  
  165.     < > Add-mode            < > Delete-mode
  166.  
  167.             < > Change mode
  168.  
  169.     < > Add Global Mode        < > Delete-global mode
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188. < >
  189.